home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / N890_470.PPD < prev    next >
Text File  |  1990-10-12  |  11KB  |  352 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Silentwriter" version 47.0 revision 2
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 011016 or 011367
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 9 July 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "3.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(Silentwriter)"
  20. *PSVersion: "(47.0) 2"
  21. *NickName: "Silentwriter LC 890 v47.0"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "1189538"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "8"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47.  
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70.   initgraphics
  71.   0 0 moveto currentpoint matrix defaultmatrix transform
  72.   0 72 lineto currentpoint matrix defaultmatrix transform
  73.   3 -1 roll sub dup mul
  74.   3 1 roll exch sub dup mul
  75.   add sqrt round cvi
  76.   (          ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80.  
  81. *% Halftone Information ===============
  82. *ScreenFreq: "60.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "
  86. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  87. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98.  
  99. *% Use these entries to set paper size most of the time, unless there is
  100. *% specific reason to use PageRegion or PaperTray.
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "statusdict begin lettertray end"
  103. *PageSize Legal: "statusdict begin legaltray end"
  104. *PageSize A4: "statusdict begin a4tray end"
  105. *PageSize B5: "statusdict begin b5tray end"
  106. *?PageSize: "
  107.  save statusdict begin
  108.   4 dict begin
  109.    /letter (Letter) def 
  110.    /legal (Legal) def
  111.    /a4 (A4) def
  112.    /b5 (B5) def 
  113.    papersize {
  114.      {load exec} stopped not{= flush}if
  115.    }{
  116.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  117.    }ifelse
  118.   end
  119.  end restore
  120. "
  121. *End
  122.  
  123. *% These entries will set up the frame buffer. Usually used with manual feed.
  124. *DefaultPageRegion: Letter
  125. *PageRegion Letter: "letter"
  126. *PageRegion Legal: "legal"
  127. *PageRegion A4: "a4"
  128. *PageRegion B5: "b5"
  129.  
  130. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  131. *% These errors should be trapped by software and a message displayed
  132. *DefaultPaperTray: Letter
  133. *PaperTray Letter: "statusdict begin lettertray end"
  134. *PaperTray Legal: "statusdict begin legaltray end"
  135. *PaperTray A4: "statusdict begin a4tray end"
  136. *PaperTray B5: "statusdict begin b5tray end"
  137. *?PaperTray: "
  138.  save statusdict begin
  139.   4 dict begin
  140.    /letter (Letter) def 
  141.    /legal (Legal) def
  142.    /a4 (A4) def
  143.    /b5 (B5) def
  144.    papersize {
  145.      {load exec} stopped not{= flush}if
  146.    }{
  147.      {load exec} stopped not{print (.Transverse) = flush}if
  148.    }ifelse
  149.   end
  150.  end restore
  151. "
  152. *End
  153.  
  154. *% The following entries provide information about specific paper keywords.
  155. *DefaultImageableArea: Letter
  156. *ImageableArea Letter: "18 15 593 777 "
  157. *ImageableArea Legal: "18 15 593 993 "
  158. *ImageableArea A4: "18 15 578 827 "
  159. *ImageableArea B5: "18 15 497 712 "
  160. *?ImageableArea: "
  161.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  162.   newpath clippath pathbbox
  163.   4 -2 roll exch 2 {ceiling cvp} repeat
  164.   exch 2 {floor cvp} repeat flush
  165.  restore
  166. "
  167. *End
  168.  
  169. *% These provide the physical dimensions of the paper (by keyword)
  170. *DefaultPaperDimension: Letter
  171. *PaperDimension Letter: "612 792"
  172. *PaperDimension Legal: "612 1008"
  173. *PaperDimension A4: "595 842"
  174. *PaperDimension B5: "516 729"
  175.  
  176. *DefaultOutputBin: Upper
  177. *DefaultInputSlot: None
  178. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  179. *InputSlot Upper: "statusdict begin 2 setpapertray end"
  180. *?InputSlot: "
  181.  save statusdict begin
  182.   2 dict begin
  183.    /1 (Lower) def
  184.    /2 (Upper) def
  185.    papertray 
  186.      {( ) cvs cvn load exec} stopped not{= flush}if
  187.   end
  188.  end restore
  189. "
  190. *End
  191.  
  192. *DefaultManualFeed: False
  193. *?ManualFeed: "
  194.   statusdict begin manualfeed 
  195.   {(True)}{(False)}ifelse = flush"
  196. *End
  197. *ManualFeed True: "statusdict begin /manualfeed true store end"
  198. *ManualFeed False: "statusdict begin /manualfeed false store end"
  199.  
  200. *DefaultOutputOrder: Normal
  201.  
  202. *DefaultCollator: None
  203. *DefaultSorter: None
  204. *DefaultDuplex: None
  205.  
  206. *% Font Information =====================
  207.  
  208. *DefaultFont: Courier
  209. *Font AvantGarde-Book: Standard "(001.001)"
  210. *Font AvantGarde-BookOblique: Standard "(001.001)"
  211. *Font AvantGarde-Demi: Standard "(001.001)"
  212. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  213. *Font Bookman-Demi: Standard "(001.001)"
  214. *Font Bookman-DemiItalic: Standard "(001.001)"
  215. *Font Bookman-Light: Standard "(001.001)"
  216. *Font Bookman-LightItalic: Standard "(001.001)"
  217. *Font Courier: Standard "(001.004)"
  218. *Font Courier-Bold: Standard "(001.004)"
  219. *Font Courier-BoldOblique: Standard "(001.004)"
  220. *Font Courier-Oblique: Standard "(001.004)"
  221. *Font Helvetica: Standard "(001.001)"
  222. *Font Helvetica-Bold: Standard "(001.001)"
  223. *Font Helvetica-BoldOblique: Standard "(001.001)"
  224. *Font Helvetica-Narrow: Standard "(001.000)"
  225. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  226. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  227. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  228. *Font Helvetica-Oblique: Standard "(001.001)"
  229. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  230. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  231. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  232. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  233. *Font Palatino-Bold: Standard "(001.001)"
  234. *Font Palatino-BoldItalic: Standard "(001.001)"
  235. *Font Palatino-Italic: Standard "(001.002)"
  236. *Font Palatino-Roman: Standard "(001.001)"
  237. *Font Symbol: Special "(001.001)"
  238. *Font Times-Bold: Standard "(001.001)"
  239. *Font Times-BoldItalic: Standard "(001.004)"
  240. *Font Times-Italic: Standard "(001.001)"
  241. *Font Times-Roman: Standard "(001.001)"
  242. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  243. *Font ZapfDingbats: Special "(001.000)"
  244. *?FontQuery: "
  245. save  2 dict begin /sv exch def
  246. /str 128 string def
  247. {
  248.   count 0 gt {
  249.     dup str cvs (/) print print (:) print
  250.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  251.   }{ exit } ifelse
  252. } bind loop
  253. (*) = flush
  254. sv end restore
  255. "
  256. *End
  257.  
  258. *?FontList: "
  259. save  2 dict begin /sv exch def
  260. /str 128 string def
  261. FontDirectory { pop == } bind forall flush
  262. (*) = flush
  263. sv end restore
  264. "
  265. *End
  266.  
  267. *% Printer Messages (verbatim from printer):
  268. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  269. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  270. *Message: "\FontName\ not found, using Courier"
  271.  
  272. *% Status (format: %%[ status: <one of these> ]%% )
  273. *Status: "idle"
  274. *Status: "busy"
  275. *Status: "waiting"
  276. *Status: "printing"
  277. *Status: "initializing"
  278. *Status: "printing test page"
  279. *Status: "PrinterError: timeout, clearing printer"
  280. *Status: "PrinterError: pc life"
  281. *Status: "PrinterError: problem with LED array"
  282. *Status: "PrinterError: problem with fuser temp"
  283. *Status: "PrinterError: cover open"
  284. *Status: "PrinterError: out of toner"
  285. *Status: "PrinterError: out of paper"
  286. *Status: "PrinterError: no cartridge"
  287. *Status: "PrinterError: wrong paper size"
  288. *Status: "PrinterError: initializing"
  289. *Status: "PrinterError: printing test page"
  290. *Status: "PrinterError: paper jam"
  291.  
  292. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  293. *Source: "serial25"
  294. *Source: "AppleTalk"
  295. *Source: "Centronics"
  296.  
  297. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  298. *PrinterError: "timeout, clearing printer"
  299. *PrinterError: "pc life"
  300. *PrinterError: "problem with LED array"
  301. *PrinterError: "problem with fuser temp"
  302. *PrinterError: "cover open"
  303. *PrinterError: "out of toner"
  304. *PrinterError: "out of paper"
  305. *PrinterError: "no cartridge"
  306. *PrinterError: "wrong paper size"
  307. *PrinterError: "initializing"
  308. *PrinterError: "printing test page"
  309. *PrinterError: "paper jam"
  310.  
  311. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  312.  
  313. *% Color Separation Information =====================
  314.  
  315. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  316.  
  317. *InkName: ProcessBlack/Process Black
  318. *InkName: CustomColor/Custom Color
  319. *InkName: ProcessCyan/Process Cyan
  320. *InkName: ProcessMagenta/Process Magenta
  321. *InkName: ProcessYellow/Process Yellow
  322.  
  323. *%  For 60 lpi / 300 dpi  ===============================
  324.  
  325. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  326. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  327. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  328. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  329. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  330.  
  331. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  332. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  333. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  334. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  335. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  336.  
  337. *%  For 53 lpi / 300 dpi  ===============================
  338.  
  339. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  340. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  341. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  342. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  343. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  344.  
  345. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  346. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  347. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  348. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  349. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  350.  
  351. *% end of PPD file for Silentwriter
  352.